home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
amiexpress
/
source
/
ae
/
code
/
ax3.00
/
help.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1980-01-03
|
277 b
|
16 lines
#include "bbs.h"
int HELP(void)
{
int stat;
gnsflag=CheckForNS(MAINMENU_Li);
sprintf(GSTR1,"%sBBSHelp",Cmds->BBSLoc);
if(!(stat=ChecktoDisplay(GSTR1,GSTR3,0,1)))
{
AEPutStr("\r\n\r\nSorry Help is unavailable at this time.\r\n\r\n");
return(FAILURE);
}
return(SUCCESS);
}